article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

@font-face {
    font-family: "bold_font";
    src: url('../fonts/bold_font.svg'),
    url('../fonts/bold_font.woff'),
    url('../fonts/bold_font.ttf'),
    url('../fonts/bold_font.otf');
}

@font-face {
    font-family: "regular_font";
    src: url('../fonts/regular_font.svg'),
    url('../fonts/regular_font.woff'),
    url('../fonts/regular_font.ttf'),
    url('../fonts/regular_font.otf');
}

@font-face {
    font-family: "light_font";
    src: url('../fonts/light_font.woff'),
    url('../fonts/light_font.ttf'),
    url('../fonts/light_font.otf');
}


@font-face {
    font-family: 'Conv_d-din.exp-bold';
    src: url('../font/d-din.exp-bold.eot');
    src: local('☺'), url('../font/d-din.exp-bold.woff') format('woff'), url('../font/d-din.exp-bold.ttf') format('truetype'), url('../font/d-din.exp-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font_en_bold {
    font-family: "bold_font", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
}

.font_en_regular {
    font-family: "regular_font", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
}

.font_en_light {
    font-family: "light_font", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word !important;
    word-break: normal !important;
}

html, body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    background: #fff;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.body-wrap {
    display: none;
}

/*默认样式*/

div {
    display: block;
}

table {
    border-collapse: collapse;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Arial, "Microsoft YaHei", "微软雅黑", Helvetica, sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    resize: vertical;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*input高亮*/
.salient-input {
    border: 1px solid #ccc;
    padding: 7px 0 7px 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
    border-color: #f28a1a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(242, 138, 26, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(242, 138, 26, .6);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #8c8c8c;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8c8c8c;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8c8c8c;
}

.page-lable-wrap {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.page-lable-wrap a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #000;
    margin: 0 5px;
    font-size: 16px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page-lable-wrap span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #0000ff;
    background: #0000ff;
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
}

.page-lable-wrap a:hover {
    border: 1px solid #0000ff;
    background: #0000ff;
    color: #fff;
}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 9px !important;
}

.swiper-animation {
    opacity: 0;
}

.banner-box .swiper-pagination-bullet-active {
    background: #52b3b7 !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

/*.center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.inline {
    display: inline-block;
    vertical-align: top;
}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/

/*!*滚动条两端的按钮*!*/

/*::-webkit-scrollbar-button {*/
/*}*/

/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/

/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/

/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/

/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/

/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/


/*css play*/
.width_auto {
    padding: 0 55px;
    width: 100%;
}

.index_swiper {
    height: 100vh;
    overflow: hidden;
    cursor: auto !important;
}

.index_swiper .swiper-slide {
    height: 100%;
    overflow: hidden;
}

.index_page1 {
    background: #0d0d0d;
    cursor: grab;
}

.index_page6 {
    background: #0d0d0d;
}

.slide-inner {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.index_banner_box {
    width: 46.6%;
    margin: 0 auto;
    position: absolute;
    top: 11%;
    left: 26.7%;
    z-index: 1;
    display: block;
}

.index_banner_img {
    width: 100%;
    visibility: hidden !important;
    padding-bottom: 59.10891089%;
}

.index_banner_img img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.index_banner_button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 74.2574257%;
}

.index_banner_button a {
    display: block;
    position: relative;
}


.index_banner_border {
    width: 64.26667%;
    position: relative !important;
    margin: 0 auto;
    z-index: 1;
}

.index_banner_border svg {
    width: 100%;
    -webkit-animation: circle_rotation 30s linear infinite;
    animation: circle_rotation 30s linear infinite;
}

.index_banner_border .index_banner_circle {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes circle_rotation {
    0% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.05) rotate(180deg);
        transform: scale(1.05) rotate(180deg);
        opacity: .4;
    }
    100% {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}

@keyframes circle_rotation {
    0% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.05) rotate(180deg);
        transform: scale(1.05) rotate(180deg);
        opacity: .4;
    }
    100% {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}

.index_banner_en {
    width: 100%;
    text-align: center;
    z-index: 2;
    top: 50% !important;
    line-height: 48px;
    margin-top: -24px;
}

.index_banner_label {
    -webkit-text-stroke: 1px transparent;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 6px;
    color: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_banner_button:hover .index_banner_border .index_banner_circle {
    fill: #f3c984 !important;
}

.index_banner_button:hover .index_banner_label {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.index_banner_read {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
    z-index: 9;
    pointer-events: none;
}

.index_banner_title {
    font-size: 42px;
    letter-spacing: 16px;
    line-height: 60px;
    color: #fff;
}

.index_banner_text {
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    margin-top: 10px;
}

/*banner*/
.banner{
    z-index:0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    height:960px; 
    width:100%;  
    position:relative;  
    overflow:hidden;
}
.banner.ove{overflow:hidden;}
.banner .pics{width:100%;overflow:hidden;}
.banner .pics li{width:100%;z-index:10;}
.banner .pics li img{margin:0 auto;width:100%;}
.banner .pics li a{width:100%; height:100%;}
.banner .idxs{position:absolute;left:46%;bottom:10%;z-index:1000;}
.banner .idxs li{width:14px;height:14px;background:transparent;border-radius:14px;margin-left:10px;-webkit-transition:all .3s;transition:all .3s; font-size: 0; float:left;border:2px solid #fff; cursor:pointer;}
.banner .idxs li.on{background:#fff;width:40px;}
.btns a{position:absolute; z-index: 20; top:50%; margin-top: -34px; width:50px;height:50px; overflow:hidden; opacity:0; filter:alpha(opacity=0); -webkit-transition: background-position .3s;
   -moz-transition: background-position .3s;
    -ms-transition: background-position .3s;
     -o-transition: background-position .3s;
        transition: background-position .3s;}
.btns .prev{left:200px; background:url("../images/icon_le.png") no-repeat left center;}
.btns .prev:after{content:" "; display:block; position:absolute; left:1px; top:50%; height:2px; margin-top: -1px; width:0; background:transparent; -webkit-transition: all .8s;
   -moz-transition: all .8s;
    -ms-transition: all .8s;
     -o-transition: all .8s;
        transition: all .8s;}
.btns .next{right:200px; background:url("../images/icon_ri.png") no-repeat right center;}
.btns .next:after{content:" "; display:block; position:absolute; right:1px; top:50%; height:2px; margin-top: -1px; width:0; background:transparent; -webkit-transition: all .8s;
   -moz-transition: all .8s;
    -ms-transition: all .8s;
     -o-transition: all .8s;
        transition: all .8s;}
.banner:hover .btns .prev{left:120px; opacity:1; filter:alpha(opacity=100);}
.banner:hover .btns .next{right:120px; opacity:1; filter:alpha(opacity=100);}
.btns .prev:hover{ left:50px;}
.btns .prev:hover:after,.btns .next:hover:after{background-color:#fff; width:90px;}
.btns .next:hover{ right:50px;}

.banner .pics li .pic_a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.pic_a .inban_txt p img{
    width:30%!important;
}
.inban_txt{
    width: 100%;
    height: 255px;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%,-50%);
    z-index:100;
}
/*.mb{
    width:100%;
    height:auto;
    background:rgba(0,0,0,.9);
    z-index:10;
    position:absolute;
    top:0;
    left:0;
}*/
.inban_txt h1{
    font-size:64px;
    margin-bottom:24px!important;
    text-align: center;
    display: block;
    letter-spacing:8px;
    color:#fff;
    font-family: "MONTSERRAT-REGULAR";
    margin-block-start: 0em!important;
}
.inban_txt h2 {
    margin-bottom:28px;
    font-size:54px;
    text-align: center;
    display: block;
    letter-spacing:18px;
    color: #fff;
    font-family: "MONTSERRAT-REGULAR";
}
.inban_txt p {
    margin-top:28px;
    font-size:28px;
    text-align: center;
    display: block;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#491b94;
    font-family: "MONTSERRAT-REGULAR";
}
.sticky-header{
    background:#233e6e;
    height:60px;
    position:relative;
}
.banner video{
    width:100%!important;
    height:100%!important;
}
.header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    pointer-events: none;
}

.header_box {
    padding:24px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header_logo_button {
    pointer-events: auto;
}

.header_logo_button a {
    display: block;
}

.header_logo_button a svg {
    width: 42px !important;
    fill: #fff !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_nav_button {
    width: 36px;
    height: 23px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: space-between;
    align-content: space-between;
    pointer-events: auto;
    cursor: pointer;
}

.header_nav_button span {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 3px;
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_nav_label1 {
    width: 36px;
}

.header_nav_label2 {
    width: 21px;
}

.header_nav_label3 {
    width: 26px;
}

.footer_case_button {
    font-size: 16px;
    color: #fff;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 20px;
    pointer-events: none;
}

.footer_case_box {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 99px;
    pointer-events: auto;
}

.footer_case_list_button {
    left: -3px;
}

.footer_case_list_button .footer_case_box {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 66px;
    pointer-events: auto;
}

.footer_case_button a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    margin-left: -20px;
}

.footer_case_text {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
    padding: 0 0 0 60px;
    position: relative;
}

.footer_case_box a:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -100%;
    top: 50%;
    margin-left: -40px;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.footer_case_box a:before {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 0;
    background: #fff;
    margin-right: 10px;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.footer_case_box a:hover:before {
    left: 100%;
    margin-left: -10px;
}

.footer_case_box a:hover:after {
    left: 0;
    margin-left: 0;
}

/*.footer_case_button a:hover .footer_case_text {*/
/*    -webkit-transform: translateX(10px);*/
/*    transform: translateX(10px)*/
/*}*/
.footer_swiper_button {
    position: fixed;
    z-index: 99;
    right: 55px;
    bottom: 45px;
    cursor: pointer;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    outline: none;
    overflow: hidden;
    height: 50px;
}

.footer_swiper_button_h {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-animation: bottomIcon 1.5s cubic-bezier(.34, .34, .27, .91) infinite;
    animation: bottomIcon 1.5s cubic-bezier(.34, .34, .27, .91) infinite;
}


@-webkit-keyframes bottomIcon {
    0% {
        height: 0;
    }
    100% {
        height: 70px;
    }
}

@keyframes bottomIcon {
    0% {
        height: 0;
    }
    100% {
        height: 70px;
    }
}

.swiper_index {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.disabled_swiper {
    opacity: 0;
    pointer-events: none;
}

.footer_swiper_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;

}


.footer_swiper_box span {
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer_swiper_layle1 {
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -5px;
    left: 2px;
    visibility: hidden;
}

.footer_swiper_layle2 {
    height: 50px;
    width: 1px;
}

.footer_swiper_layle3 {
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
    right: 2px;
}


.black_button .header_logo_button a svg {
    fill: #3f3f3f !important;
}

.black_button .header_nav_button span {
    background: #3f3f3f;
}

.black_button .footer_case_text {
    color: #3f3f3f;
}

.black_button .footer_case_box a:before {
    background: #3f3f3f;
}

.black_button .footer_case_box a:after {
    background: #3f3f3f;
}

.black_button .footer_swiper_box span {
    background:#00ac86;
}

.animate_left,
.animate_right {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.button_flex_left {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.button_flex_right {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

/* index-four */
.index_about_box{background: url(../images/info-bj.jpg) no-repeat top center;}
.info-wrap{padding:74px 0 64px;overflow:hidden;width:1440px;margin:0 auto;}
.info-wrap .advaone-more{background:url(../images/about_more.jpg) no-repeat left center;width:136px;height:38px;}
.info-wrap .advaone-more a span{height:38px;line-height:38px;color:#fff;font-size:14px;padding-left:18px;}
.info-left{float: left;width:48%;}
.info-left p{color: #333;line-height: 32px;margin: 36px 0 64px;padding-right: 10px;text-align:justify;}
.info-right{float: right;}
.info-right{width:48%;margin-top:68px;}
.info-ul li{float: left;padding-right: 12px;}
.info-ul li:nth-child(2){margin-top: 50px;}
.info-ul li:nth-child(3){margin-top: 145px;}
.info-item{position: relative;margin-bottom: 12px;transition: all 2s;width: 100%;}
.info-item img{width: 100%;}
.info-item .info-font{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  z-index: 33;
  text-align: center;
}

.info-item::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s;
}
.info-item h4{font-size: 40px;}
.info-item p{font-size:16px;color:#fff;}
.info-item i{font-size: 60px;}
.info-item em {font-size: 60px;font-family: 'Conv_d-din.exp-bold';font-style:normal;}
.info-item p{    opacity: 0.8;}
.info-item:hover::after{background-color: rgba(0, 172, 134, 0.7);}
.info-item:hover{transform: translateY(-10px);}
.info-wrap2-app{display: none;}
.info-wrap2{background:url(../images/infob-bj.jpg) no-repeat top center;overflow:hidden;}
.info-wrap2 ul{overflow:hidden;padding:54px 0;}
.info-wrap2 li{float: left;width: 25%;text-align: center;overflow: hidden;position: relative;}
.info-wrap2 li .img{
    ransition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.info-wrap2 li::after{
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  display: block;
  height: 202px;
  width: 1px;
  border-left: 1px solid rgba(255, 255, 255, .14);
}
.info-wrap2 li:hover .img{transform: rotate(360deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);
}
.info-wrap2 h4{ color: #fff;font-size: 22px;font-weight: 700;margin:24px 0 32px 0;}
.info-wrap2 .info-font{color: #fff;text-align: center;
position: relative;
padding: 10px 100px 68px;
}

/* .info-wrap2 .info-font img{display: block;margin:  0 auto;} */
.info-wrap2 .info-font>div{width: 100%;transition: all 2s; text-align: center;}
.info-wrap2 .info-font p{font-size: 16px;line-height: 28px;
position: absolute;
top: 27%;
left: -100%;
transform: translateY(-50%);
width: 100%;
padding:  0 90px;
transition: all 5s;
}
.info-wrap2 li:hover .info-font>div{transform: translateX(100%);}
.info-wrap2 li:hover p{transform: translate(100%,-50%);}
.index-one{}
.in-more{margin-top: 60px;height: 100%;}
.in-more img{vertical-align: text-top;margin-left: 10px;transition: all 0.5s;}
.in-more:hover img{transform: translateX(8px);}
.inon-tit{color: #333333;font-weight: 700;font-size: 40px;}
.inon-dsc{width:80px;height:4px;background:#00ac86;margin-top:42px;}
.inon-wrap{margin-top: 58px;}
.inon-header .inon-left{}
.inon-wrap .inon-left{width: 16%;}
.inon-left{float: left;}
.inon-left li.on {font-size: 18px; color: #333;font-weight: 700;}
.inon-box{display: none;}
.inon-box.on{display: block;}
.inon-left ul{}
.inon-left li{font-size: 18px; color: #999;margin-bottom: 15px;}
.inon-right{float: right;}
.inon-right ul {margin:  0 -14px;}
.inon-right li {padding: 0 14px;float: left;width: 33.33%;}
.inon-right li:nth-child(4){display:none;}
.inon-right a {display: block;}
.index-container{
    width:1440px;
    margin:0 auto;
    overflow:hidden;
}

.index_about_en {
    font-size: 46px;
    line-height: 64px;
    color: #3f3f3f;
    text-transform: uppercase;
    width: 100%;
}

.index_about_max {
    font-size: 22px;
    line-height: 36px;
    color: #3f3f3f;
    margin: 90px 0 30px 0;
    width: 100%;
    letter-spacing: 3px;
}

.index_about_min {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    margin-bottom: 120px;
    width: 100%;
}

.index_about_button {
    display: inline-block;
}

.index_about_button a {
    font-size: 18px;
    line-height: 32px;
    height: 34px;
    color: #c9a66d;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    letter-spacing: 3px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}


.index_about_button a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #c9a66d;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.index_about_button a:hover {
    letter-spacing: 5px;
}

.index_about_button a:hover:after {
    height: 2px;
}

.index_case_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_case_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.index_case_li {
    width: 14.53%;
    position: relative;
    margin-right: 2.13666666%;
}

.index_case_li a {
    display: block;
    position: relative;
}

.index_case_img {
    padding-bottom: 304.918%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_img img {
    z-index: 1;
    -webkit-transform: scale(3);
    transform: scale(3);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);

}

.index_case_img:hover img {
    -webkit-animation: ScaleInfinite 16s linear infinite normal both;
    animation: ScaleInfinite 16s linear infinite normal both;
}

@-webkit-keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.index_case_img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.index_case_img:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/case_before.png) repeat;
}

.index_case_read {
    position: absolute;
    width: 100%;
    top: 150px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_title {
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    color: #3f3f3f;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_center_auto {
    height: 100%;
    width: 100%;
    overflow: hidden;

    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_en {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    color: #cccccc;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_show .index_center_auto {
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_icon {
    width: 40px;
    height: 1px;
    margin: 50px auto 0;
    position: relative;
}

.index_case_icon:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    background: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_li:hover .index_case_hide .index_center_auto {
    opacity: 0;
}


.index_case_li .index_case_hover .index_center_auto {
    -webkit-animation: hoverText .6s .5s forwards cubic-bezier(.645, .045, .355, 1);
    animation: hoverText .6s .5s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes hoverText {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hoverText {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.index_case_li:hover .index_case_icon:after {
    width: 100%;
    background: #fff;
}

.index_case_li:hover .index_case_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.index_case_li:hover .index_case_img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.index_service_box {
    position: relative;
}

.index_service_img {
    position: relative;
    height: 100vh;
    width: 100%;
}

.index_service_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_service_read {
    position: absolute;
    padding: 0 420px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.float_triangle {
    font-size: 340px !important;
    position: fixed;
    top: -10%;
    left: -30%;
    color: #fff;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.float_triangle:before {
    text-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.float_circle {
    width: 400px;
    height: 400px;
    position: fixed;
    top: 80%;
    right: -45px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.float_circle span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    background: #fff;
    -webkit-animation: ScaleCircle 16s linear infinite normal both;
    animation: ScaleCircle 16s linear infinite normal both;
}

.float_wrap {
    position: relative;
}

.float_triangle_page {
    font-size: 340px !important;
    position: fixed;
    z-index: 8;
    top: -10%;
    left: 0;
    color: #fff;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.float_triangle_page:before {
    text-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.float_circle_page {
    width: 400px;
    height: 400px;
    position: fixed;
    z-index: 8;
    top: -120px;
    right: -45px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.float_triangle_hide {
    left: -23% !important;
}
.float_circle_hide {
    right: -23%!important;
}
.float_circle_page span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    background: #fff;
}


@-webkit-keyframes ScaleCircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleCircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.animate_rotate {
    left: -3%;
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
}


.animate_init {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


.top_triangle_rotate {
    top: 70%;
    -webkit-transform: rotate(290deg);
    transform: rotate(290deg);
}

.top_circle_rotate {
    top: -120px;
}

.index_news_wrap {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.index_news_box {
    width: 100%;
}

.index_news_max {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 140px;
    color: #3f3f3f;
    text-transform: uppercase;
    text-align: center;
}

.index_news_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 50px;

}

.index_news_left {
    width: 50%;
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
}

.index_news_right {
    width: 45%;
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
}

.index_news_time {
    font-size: 13px;
    line-height: 24px;
    color: #cccccc;
    margin-top: 20px;
    overflow: hidden;
}

.index_news_title {
    line-height: 32px;
    max-height: 32px;
    margin: 45px 0 20px 0;
    overflow: hidden;
}

.index_news_title a {
    font-size: 20px;
    line-height: 32px;
    color: #3f3f3f;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_news_text {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    color: #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news_more {
    margin-top: 80px;
    display: inline-block;
    position: relative;
    z-index: 11;
    overflow: hidden;
}

.index_news_more a {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    text-transform: uppercase;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    cursor: pointer;
}

.index_news_more a:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #3f3f3f;
    margin-left: 12px;
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.index_news_more a:hover {
    padding-left: 10px;
}

.index_news_more a:hover:after {
    width: 40px;
}

.index_news_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index_news_img a {
    display: block;
    position: relative;
    padding-bottom: 67.8571428%;
}

/*.index_news_img .index_to_left:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 30px;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    height: 0;*/
/*    width: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.index_news_img .index_to_left:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 30px;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    height: 0;*/
/*    width: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.index_news_img a:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    top: 30px;*/
/*    height: 1px;*/
/*    width: 0;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.index_news_img a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    bottom: 30px;*/
/*    height: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    width: 0;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.index_news_img:hover .index_to_left:before {*/
/*    height: calc(100% - 40px)*/
/*}*/

/*.index_news_img:hover .index_to_left:after {*/
/*    height: calc(100% - 40px)*/
/*}*/

/*.index_news_img:hover .index_to_left a:before {*/
/*    width: calc(100% - 40px)*/
/*}*/

/*.index_news_img:hover .index_to_left a:after {*/
/*    width: calc(100% - 40px)*/
/*}*/

.index_news_img a img {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.index_news_img:hover a img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.index_news_content {
    margin-bottom: 130px;
    padding: 0 220px;
}

.index_news_button {
    text-align: center;
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.index_news_pagination_wrap {
    position: absolute;
    top: 273px;
    left: 20%;
    width: 30%;
    line-height: 28px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}


.index_news_pagination_box {
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
    width: 100% !important;
    text-align: right !important;
    position: relative !important;
}

.index_news_pagination_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 15px !important;
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
    opacity: 1 !important;
    background: #cccccc !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_news_pagination_box .swiper-pagination-bullet-active {
    width: 32px;
}

.index_footer_en {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 100px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.index_footer_title {
    font-size: 24px;
    line-height: 46px;
    color: #fff;
}

.index_footer_line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #c9a66d;
    margin: 30px 0;
}

.index_footer_address {
    margin: 25px 0 120px 0;
}

.index_footer_text {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.index_footer_text a {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.index_footer_cn {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.index_footer_icon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 320px;
    margin: 0 auto;
}

.index_footer_icon span {
    width: 29px;

}

.index_footer_icon span a {
    display: block;
    font-size: 20px;
    color: #fff;
}

.index_footer_icon span a.iconwchart,
.index_footer_icon span a.iconsina,
.index_footer_icon span a.iconn,
.index_footer_icon span a.iconf {
    font-size: 24px;
}


.index_footer_wrap {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;

}

.index_footer_box {
    margin: 0 auto;
    text-align: center;
}

.index_footer_img {
    width: 120px;
    margin: 0 auto;
}

.nav_public_wrap {
    position: fixed;
    width: calc(100vw - 6px);
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(0, 0, 0,.9);
    z-index: 9999;
    height: 0;
    opacity: 0.6;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_public_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.nav_public_ul {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.6;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_public_li {
    position: relative;
    width: 270px;
    text-align: center;
}

.nav_public_li a {
    display: block;
    font-size: 28px;
    line-height: 28px;
    margin: 0 50px;
    padding: 28px 0;
    color: #dfdfdf;
    text-transform: uppercase;
}

.nav_public_box .nav_public_circle {
    display: block;
    position: absolute;
    left: -4px;
    bottom: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background: #dfdfdf;
    pointer-events: none;
    opacity: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation: circleTranslat 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite normal both;
    animation: circleTranslat 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite normal both;
}

@-webkit-keyframes circleTranslat {
    0% {
        margin-left: -6px;
    }
    50% {
        margin-left: 6px;
    }
    100% {
        margin-left: -6px;
    }
}

@keyframes circleTranslat {
    0% {
        margin-left: -6px;
    }
    50% {
        margin-left: 6px;
    }
    100% {
        margin-left: -6px;
    }
}

.nav_public_height {
    width:100%;
    height: 100%;
    opacity: 1;
}

.nav_public_text_height {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.nav_public_active a svg {
    fill: #3f3f3f !important;
}

.header_nav_active span {
    background: #dfdfdf !important;
    width: 100%;
}

.header_nav_active .header_nav_label1 {
    -webkit-transform: rotate(45deg) translateX(-1px);
    transform: rotate(45deg) translateX(-1px);
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 28px;
}

.header_nav_active .header_nav_label3 {
    -webkit-transform: rotate(-45deg) translateX(1px);
    transform: rotate(-45deg) translateX(1px);
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 28px;
}

.header_nav_active .header_nav_label2 {
    opacity: 0;
}

.body_hidden {
    overflow: hidden;
}

.nav_public_height .nav_public_box .nav_public_circle {
    opacity: 1;
}

.nav_index_pagination {
    position: fixed;
    right:20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    pointer-events: auto;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_pagination_current {
    opacity: 0;
    pointer-events: none;
}

.nav_index_li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: 12px 0;
    text-align: right;
    outline: none;
    overflow: hidden;
    cursor: pointer;
}

.nav_index_li .nav_index_item {
    color: #ff5104;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_item span {
    display: block;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_icon {
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #ff5104;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_title {
    width: 100px;
    overflow: hidden;
    text-align: right;
    text-transform: uppercase;
    font-size:12px;
    line-height: 24px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_number {
    overflow: hidden;
    width: 30px;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_title span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.nav_index_number span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.current_url .nav_index_title span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.current_url .nav_index_number span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.current_url .nav_index_icon:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nav_pagination_white .nav_index_li .nav_index_item span {
    /*color: #fff;*/
}

.nav_pagination_white .nav_index_li .nav_index_icon {
    background: #3d3d3d;
}

.nav_pagination_white .current_url .nav_index_icon {
    /*background: #fff;*/
}

.nav_pagination_white .nav_index_li .nav_index_icon:after {
    /*background: #fff;*/
}

.nav_pagination_white .current_hide .nav_index_icon {
    background: #3d3d3d;
}

.current_hide .nav_index_title span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.current_hide .nav_index_number span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.current_hide .nav_index_icon:after {
    -webkit-transform: scale(0);
    transform: scale(0);

}


.current_show .nav_index_title span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.current_show .nav_index_number span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.current_show .nav_index_icon:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page_body_content {
    position: relative;
    z-index: 13;
    background: #fff;
    width: calc(100vw - 6px);
}

.page_content_wrap {
    position: relative;
    padding-top: 220px;
    z-index: 10;
}

.contact_content_wrap {
    padding-top: 140px !important;
}

.about_layle_box {
    width: 100%;
    overflow: hidden;
}

.about_page_back {
    width: 100%;
    white-space: nowrap
}

.about_page_layle {
    display: inline-block;
    font-size: 140px;
    color: #f7f7f7;
    margin: 0 100px;
    position: relative;
    z-index: 9;
}

.about_content_title {
    padding-top: 60px;
}

.about_content_en {
    font-size: 36px;
    line-height: 52px;
    color: #3f3f3f;
    text-transform: uppercase;
}

.about_content_cn {
    font-size: 22px;
    line-height: 36px;
    color: #3f3f3f;
}

.about_content_text {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 70px;
}

.about_content_box {
    padding: 80px 45px 0 145px;
}

.about_content_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about_content_left {
    width: 50.6%;
    padding-right: 100px;
}

.about_content_right {
    width: 49.4%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about_content_img {
    width: 47.5%;
}

.about_content_imgHide {
    padding-bottom: 170.976253%;
}

.about_content_imgHide img {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.about_content_imgHide:hover img {
    -webkit-animation: ScaleInfiniteImg 8s linear infinite normal both;
    animation: ScaleInfiniteImg 8s linear infinite normal both;
}

@-webkit-keyframes ScaleInfiniteImg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleInfiniteImg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.about_img_top {
    margin-top: -140px;
    position: relative;
    z-index: 10;
}

.about_honor_box {
    padding: 0 145px;
    text-align: center;
    margin-top: 220px;
}

.about_logo_box {
    margin-top: 180px;
    padding: 0 120px;
    text-align: center;
}

.about_public_en {
    font-size: 36px;
    line-height: 48px;
    color: #3f3f3f;
    text-transform: uppercase;
}

.about_public_cn {
    font-size: 22px;
    line-height: 36px;
    color: #3f3f3f;
}

.about_honor_line {
    height: 4px;
    background: #404040;
    width: 44.973544%;
    margin: 70px auto 50px;
}

.about_honor_list {
    margin-bottom: 50px;
    height: 584px;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.honor_auto {
    height: auto !important;
}

.about_honor_read {
    margin-bottom: 25px;
}

.about_honor_title {
    font-size: 15px;
    line-height: 24px;
    color: #3f3f3f;
}

.about_honor_text {
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}

.about_content_wrap {
    padding-bottom: 240px;
}

.about_logo_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 90px 0 0 0;
}

.about_logo_img {
    width: 12.8%;
    margin: 20px 1.93335%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    cursor: grab;
}

.about_logo_img img {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.about_logo_img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.about_logo_img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.about_logo_img:nth-child(6n+1) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.about_logo_img:nth-child(6n+2) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.about_logo_img:nth-child(6n+3) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.about_logo_img:nth-child(6n+4) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.about_logo_img:nth-child(6n+5) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.about_logo_img:nth-child(6n) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.footer_wrap {
    position: relative;
    z-index: 9;
    width: calc(100vw - 6px);
}

.footer_translate {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #0d0d0d;
    /*-webkit-transform: translateY(-200px);*/
    /*transform: translateY(-200px);*/
}

.footer_top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_read {
    width: 50%;
}

.footer_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.footer_max {
    font-size: 42px;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
}

.footer_min {
    font-size: 18px;
    line-height: 36px;
    color: #808080;
    text-transform: uppercase;
    margin-left: 20px;
}

.footer_text {
    font-size: 20px;
    line-height: 38px;
    color: #808080;
    text-transform: uppercase;
}

.white_color b, .white_color i {
    color: #fff !important;
}

.footer_box {
    padding: 100px 145px 0 145px;
}

.footer_logo_box {
    text-align: right;
    width: 50%;
}

.footer_logo_svg {
    width: 58px;
    display: inline-block;
}

.footer_logo_svg svg {
    fill: #fff !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer_logo_title {
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    margin-top: 15px;
}

.footer_link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 210px;
    height: 40px;
}

.footer_nav_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 70%;
}

.footer_nav_li {
    margin-right: 80px;
}

.footer_nav_li a {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.footer_nav_li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #c9a66d;
    width: 0;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.footer_nav_li a:hover:after {
    width: 100%;
}

.footer_nav_web {
    font-size: 18px;
    line-height: 32px;
    color: #808080;
    width: 30%;
    text-align: right;
}

.footer_nav_web a {
    color: #808080;
}

.footer_line_box {
    background: #262626;
    height: 1px;
    margin-top: 30px;
}

.footer_bq_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
}

.footer_bq_box {
    width: 50%;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

.footer_bq_box a {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

.footer_bq_share {
    width: 50%;
    text-align: right;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

.footer_bq_share a {
    color: #fff;
    font-size: 21px;
    margin-left: 40px;
    position: relative;
}

.ewm_popup {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -130px;
    opacity: 0;
    pointer-events: none;
    width: 120px;
    height: 120px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.ewm_popup_img {
    width: 100%;
    padding-bottom: 100%;
}

.footer_bq_share a.iconwchart:hover .ewm_popup {
    top: -140px;
    opacity: 1;
    pointer-events: auto;
}

.ewm_popup:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 7px solid #fff;
}

.footer_bq_share a.iconwchart,
.footer_bq_share a.iconsina {
    font-size: 26px;
}

.footer_bq_share a.iconn {
    font-size: 25px;
}

.footer_bq_share a.iconf {
    font-size: 24px;
}

.index_service_title {
    text-align: center;
    position: relative;
    padding: 80px 0;
}

.about_service_list {
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    text-align: center;

}

.about_service_list .about_service_icon {
    margin: 30px 22px;
    width: 62px;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_service_icon svg {
    width: 100%;
    fill: #404040;
}

.about_service_list .textAnimate {
    -webkit-animation: textAnimate 1s forwards ease-in-out;
    animation: textAnimate 1s forwards ease-in-out;

}

@-webkit-keyframes textAnimate {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes textAnimate {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.index_service_left {
    position: absolute;
    left: 0;
    top: 0;
}

.index_service_left .about_service_icon {
    font-size: 130px;
    opacity: 0;
    color: #404040;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_service_left .textAnimate {
    -webkit-animation: textAnimateScale 1s forwards ease-in-out;
    animation: textAnimateScale 1s forwards ease-in-out;

}

.index_service_right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index_service_right .about_service_icon {
    font-size: 130px;
    opacity: 0;
    color: #404040;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_service_right .textAnimate {
    -webkit-animation: textAnimateScale 1s forwards ease-in-out;
    animation: textAnimateScale 1s forwards ease-in-out;

}

@-webkit-keyframes textAnimateScale {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes textAnimateScale {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.about_public_title {
    text-align: center;
}

.service_type_title {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.service_type_en {
    font-size: 13px;
    line-height: 22px;
    color: #cccccc;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.service_type_line {
    width: 40px;
    height: 1px;
    background: #3f3f3f;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_type_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

.service_type_list {
    padding: 70px 205px 240px 205px;
}

.service_type_box {
    width: 33.33333%;
    padding: 50px 0;
}


.service_type_box:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.service_type_box:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.service_type_box:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.service_type_read {
    padding: 20px;
    margin: 0 auto;
}

.service_type_read a {
    display: inline-block;
}

.service_type_read a:hover .service_type_line {
    width: 66px;
}

.service_tab_box {
    padding: 0 140px;
    margin-bottom: 240px;
}

.service_tab_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0 150px;
    margin: 80px 0;
}

.service_title_li {
    width: 33.3333%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.service_title_li:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.service_title_li:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.service_title_li:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.service_title_icon {
    width: 19.3%;
    font-size: 60px !important;
    height: 60px;
    line-height: 60px;
    color: #b3b3b3;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_title_icon:before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_title_icon:after {
    position: absolute;
    color: #404040;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_title_li .iconDVLINK_yonghufuwu:after {
    content: "\e626";
}

.service_title_li .iconfenzu:after {
    content: "\e618";
}

.service_title_li .iconyunshujihuashenhe:after {
    content: "\e61a";
}

.service_title_box {
    width: 80.7%;
    padding-left: 15px;
}

.service_title_max {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    color: #b3b3b3;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_title_min {
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
    color: #cccccc;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_title_active .service_title_icon:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.service_title_active .service_title_icon:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.service_title_active .service_title_max {
    color: #404040;
}

.service_title_active .service_title_min {
    color: #999999;
}

.service_tab_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    background: #fff;
}

.service_tab1_left {
    width: 66.3%;
    padding-right: 220px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.service_tab1_right {
    width: 33.7%;
}


.service_tab1_read {
    margin-bottom: 50px;
}

.service_tab1_title {
    font-size: 16px;
    line-height: 28px;
    color: #3f3f3f;
    margin-bottom: 15px;
}

.service_tab1_text {
    font-size: 13px;
    line-height: 24px;
    color: #999999;
}

.service_photo_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.service_photo_list {
    width: 45%;
}

.service_photo_top {
    padding-top: 70px;
}

.service_photo_img {
    padding-bottom: 119.555556%;
    margin-bottom: 3px;
}

.service_tab2_left {
    width: 81.3%;
}

.service_tab2_right {
    width: 18.7%;
}

.service_tab2_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding: 120px 120px 0 0;
}

.service_tab2_box {
    width: 33.3333%;
    margin: 45px 0;
    cursor: pointer;
    outline: none;
}

.service_tab2_title {
    font-size: 16px;
    line-height: 28px;
    color: #3f3f3f;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.service_tab2_text {
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ccc;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.service_tab2_title:before {
    content: "";
    height: 3px;
    background: #404040;
    margin-right: 0;
    width: 0;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}


.service_tab2_active .service_tab2_title:before {
    margin-right: 20px;
    width: 30px;
}

.service_tab2_active .service_tab2_text {
    padding-left: 50px;
}

.service_tab2_img {
    padding-bottom: 198.2142%;
}

.service_tab_swiper {
    margin-bottom: 240px;
}

.service_tab_swiper .swiper-slide {
    background: #fff;
}

.service_tab2_swiper .swiper-slide {
    background: #fff;
    overflow: hidden;
}

.service_tab3_left {
    width: 62%;
    padding-right: 220px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.service_tab3_right {
    width: 38%;
}

.service_photo_wrap {
    width: 100%;
}

.service_tab3_list {
    width: 61%;
    margin-bottom: 10px;
}

.service_tab3_img {
    padding-bottom: 52.857142%;
}

.service_img1 {
    margin-left: 30%;
}

.service_img3 {
    margin-left: 38.917975%;
}

.service_process_box {
    padding: 0 300px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.service_process_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    width: 42.35%;
}

.service_process_title {
    width: 100%;
    text-align: center;
}

.service_process_icon {
    font-size: 66px !important;
}

.service_process_max {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    padding: 20px 0;
    color: #3f3f3f;
}

.service_line_box {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-top: 95px;
}

.service_line_box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    border-left: 1px dashed #ccc;
}

.service_line_box:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid #3f3f3f;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.service_line_read {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #ccc;
}

.process_content_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.process_content_list {
    width: 20%;
}

.process_content_line {
    height: 58px;
    margin: 0 auto;
    position: relative;
}

.process_content_line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    border-left: 1px dashed #ccc;
}

.process_content_line:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid #3f3f3f;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.process_content_title {
    font-size: 17px;
    line-height: 50px;
    font-weight: bold;
    color: #666666;
}

.process_content_text {
    padding-top: 10px;
    font-size: 15px;
    line-height: 40px;
    color: #999999;
}

.service_process_wrap {
    padding: 100px 0 200px 0;
}

.service_logo_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 130px;
}

.service_logo_li {
    width: 14.28571428%;
    border-right: 1px dashed #dedede;
    border-top: 1px dashed #dedede;
}

.service_logo_li:nth-child(1) {
    border-top: none;
}

.service_logo_li:nth-child(2) {
    border-top: none;
}

.service_logo_li:nth-child(3) {
    border-top: none;
}

.service_logo_li:nth-child(4) {
    border-top: none;
}

.service_logo_li:nth-child(5) {
    border-top: none;
}

.service_logo_li:nth-child(6) {
    border-top: none;
}

.service_logo_li:nth-child(7) {
    border-top: none;
}

.service_logo_li:nth-child(7n) {
    border-right: none;
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

.service_logo_li:nth-child(7n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.service_logo_li:nth-child(7n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.service_logo_li:nth-child(7n+3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.service_logo_li:nth-child(7n+4) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.service_logo_li:nth-child(7n+5) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.service_logo_li:nth-child(7n+6) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.service_logo_img {
    padding-bottom: 62.2%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    cursor: grab;
}

.service_logo_img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.service_logo_wrap {
    padding: 130px 0 240px 0;
}

.contact_content_box {
    padding: 0 145px 200px 145px;
}


.contact_title_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 70px 0 40px 0;
}

.contact_title_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 79%;
}

.job_search_wrap {
    width: 21%;
}

.job_search_box {
    background: #f2f2f2;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    line-height: 38px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
}

.job_search_input {
    width: 100%;
}

.job_search_input input {
    padding-left: 30px;
    width: 100%;
    font-size: 14px;
    color: #3f3f3f;
}

.job_search_icon {
    font-size: 18px !important;
    padding: 0 20px;
    cursor: pointer;
}

.contact_title_link {
    margin: 7px 0;
    padding: 0 24px;
    position: relative;
}

.contact_title_link:nth-child(1) {
    padding: 0 24px 0 0;
}

.contact_title_link a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    position: relative;
    color: #999999;
}

.contact_title_active a {
    color: #3f3f3f;
    font-weight: bold;
}

.contact_title_link:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #999999;
}

.contact_wap_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contact_wap_read {
    width: 66.13%;
    position: relative;
}

.contact_wap_icon {
    position: absolute;
    left: 18.8%;
    top: 46%;
    font-size: 34px !important;
    color: #2a2c2c;
}

.contact_wap_icon:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-animation: wapAnimate 1s infinite linear normal both;
    animation: wapAnimate 1s infinite linear normal both;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

@-webkit-keyframes wapAnimate {
    0% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
}

@keyframes wapAnimate {
    0% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
}

.contact_wap_icon:after {
    content: "\e635";
    position: absolute;
    top: 0;
    left: 0;
    color: #d0d0d0;
    -webkit-transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    -webkit-animation: wapAnimateShadow 1s infinite linear normal both;
    animation: wapAnimateShadow 1s infinite linear normal both;
}

@-webkit-keyframes wapAnimateShadow {
    0% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
        transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    }
    50% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(35%) translateY(15%);
        transform: skew(-40deg) scale(.7) translateX(35%) translateY(15%);
    }
    100% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
        transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    }
}

@keyframes wapAnimateShadow {
    0% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
        transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    }
    50% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(35%) translateY(15%);
        transform: skew(-40deg) scale(.7) translateX(35%) translateY(15%);
    }
    100% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
        transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    }
}

.contact_read_box {
    width: 33.87%;
    background: #404040;
    padding: 0 55px;
}

.contact_read_content {
    padding-top: 65px;
}

.contact_read_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 0;
}

.contact_read_icon {
    font-size: 36px !important;
    color: #fff;
}

.contact_read_max {
    font-size: 20px;
    color: #fff;
    padding-left: 24px;
}

.contact_read_line {
    height: 3px;
    background: #fff;
}

.contact_read_list {
    padding-top: 50px;
}

.contact_read_text {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

.contact_read_text a {
    color: #fff;
}

.contact_read_en {
    padding-top: 30px;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

.contact_form_title {
    font-size: 28px;
    line-height: 36px;
    color: #3f3f3f;
    padding-bottom: 80px;
}

.contact_form_box {
    padding-top: 180px;
}

.contact_form_line {
    height: 4px;
    background: #404040;
    margin-bottom: 80px;
}

.contact_form_min {
    font-size: 22px;
    line-height: 30px;
    color: #3f3f3f;
}

.contact_form_input {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 45px;
}

.contact_form_w50 {
    width: 47%;

}

.contact_input_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #404040;
    width: 100%;
}

.contact_textarea_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #404040;
    width: 100%;
    line-height: 56px;
}

.contact_input_title {
    font-size: 15px;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    height: 56px;
    line-height: 56px;
}

.contact_input_read {
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.contact_input_read input {
    width: 100%;
    font-size: 15px;
    padding: 0 10px;
    line-height: 56px;
    color: #3f3f3f;
}

.contact_textarea_read {
    width: 100%;
}

.contact_textarea_read textarea {
    width: 100%;
    resize: none;
    height: 144px;
    line-height: 36px;
    font-size: 15px;
    color: #3f3f3f;
}

.contact_textarea_title {
    font-size: 15px;
}


.contact_form_list {
    padding-bottom: 180px;
}

.contact_form_button {
    font-size: 15px !important;
    line-height: 32px;
    padding: 5px 10px;
    margin-top: 60px;
    cursor: pointer;
}

.contact_form_button:before {
    content: "\e60f";
    font-size: 18px;
    margin-right: 10px;
}

.contact_wap_read a {
    display: block;
    position: relative;
}

.contact_wap_img {
    position: relative;
    width: 100%;
    height: 100%;
}

.job_list_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 40px;
}

.job_list_li {
    width: 33.333333%;
    padding: 96px 60px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job_list_li:nth-child(3n) {
    border-right: none;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.job_list_li:nth-child(3+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.job_list_li:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.job_list_li a {
    display: block
}

.job_list_title {
    font-size: 22px;
    line-height: 36px;
    color: #3f3f3f;
}

.job_list_text {
    font-size: 15px;
    line-height: 26px;
    color: #404040;
    margin: 20px 0 50px 0;
}

.job_list_button {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.job_button_title {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job_button_icon {
    position: relative;
    padding-right: 10px;
}

.job_button_icon:after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    transform: rotate(45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.job_button_icon:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    transform: rotate(-45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.job_button_line {
    width: 20px;
    height: 1px;
    background: #3f3f3f;
    margin-left: 10px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job_list_li:hover {
    background: #fafafa;
}

.job_list_li:hover .job_button_title {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.job_list_li:hover .job_button_line {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.page_box {
    display: block;
    margin: 0 auto;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.page_box a {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_box span {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_box .page_current {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #3f3f3f;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    color: #fff;
}

.page_icon {
    width: 13px;
    height: 1px;
    background: #3f3f3f;
    margin: 12px 0;
}

.page_prev {
    position: relative;
    width: auto !important;
    height: 25px !important;
    line-height: 25px !important;
    margin-right: 20px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_prev:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.page_prev:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    transform: rotate(-45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.page_prev:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    transform: rotate(45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.page_next {
    position: relative;
    width: auto !important;
    height: 25px !important;
    line-height: 25px !important;
    margin-left: 20px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_next:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.page_next:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    transform: rotate(45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.page_next:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 9px;
    transform: rotate(-45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.news_list_li {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 40px 0 120px 0;
    border-top: 1px solid #eaeaea;
}

.news_list_left {
    width: 89%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.news_list_img {
    width: 30%;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_list_img_max {
}

.news_list_li:hover .news_list_img {
    width: 50%;
}

.news_list_li:hover .news_list_read {
    width: 50%;
}

.news_list_read {
    width: 70%;
    padding-left: 100px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_list_time {
    width: 11%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.news_list_img a {
    display: block;
    position: relative;
    padding-bottom: 67.75%;
}

.news_list_img a img {
    width: 100%;
}

/*.news_list_img:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 30px;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    height: 0;*/
/*    width: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.news_list_img:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 30px;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    height: 0;*/
/*    width: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.news_list_img a:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    top: 30px;*/
/*    height: 1px;*/
/*    width: 0;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.news_list_img a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    bottom: 30px;*/
/*    height: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    width: 0;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

.news_list_img:hover:before {
    height: calc(100% - 40px)
}

.news_list_img:hover:after {
    height: calc(100% - 40px)
}

.news_list_img:hover a:before {
    width: calc(100% - 40px)
}

.news_list_img:hover a:after {
    width: calc(100% - 40px)
}

/*.news_list_img a:hover img {*/
/*    -webkit-transform: scale(1.05);*/
/*    transform: scale(1.05);*/
/*}*/

.news_list_title {
    font-size: 17px;
    line-height: 36px;
    color: #3f3f3f;
    width: 100%;
}

.news_list_day {
    font-size: 76px;
    line-height: 90px;
    color: #e5e5e5;
}

.news_list_month {
    font-size: 22px;
    line-height: 32px;
    color: #404040;
}

.news_list_year {
    font-size: 18px;
    line-height: 28px;
}

.news_list_title {
    font-size: 17px;
    line-height: 28px;
    color: #3f3f3f;

}

.news_list_title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list_text {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    color: #cccccc;
    margin: 20px 0 50px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_list_button a {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 28px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.news_list_button a:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #3f3f3f;
    margin-left: 15px;
}

.case_content_wrap {
    height: 100vh;
    position: relative;
    z-index: 9;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.case_content_box {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    background: #000;
}

.case_list_wiper {
    width: 100%;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.case_list_scale {
    -webkit-transform: scale(.98);
    transform: scale(.98);
}

.case_list_wiper .swiper-wrapper {
    height: auto;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.case_list_li {
    padding: 0 50px;
}

.case_list_li a {
    display: block;
    position: relative;
}

.case_list_link {
    position: relative;
}


/*.case_list_link:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    background: rgba(0, 0, 0,.8);*/
/*    z-index: 9;*/
/*    pointer-events: none;*/
/*    filter:blur(6px);*/
/*}*/

/*.case_list_link:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    background: rgba(0, 0, 0,.8);*/
/*    z-index: 9;*/
/*    pointer-events: none;*/
/*    filter:blur(6px);*/
/*}*/
/*.case_list_photo:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 40px;*/
/*    width: 40px;*/
/*    height: -webkit-calc(100% - 80px);*/
/*    height: calc(100% - 80px);*/
/*    background: rgba(0, 0, 0,.8);*/
/*    z-index: 9;*/
/*    pointer-events: none;*/
/*    filter:blur(6px);*/
/*}*/

/*.case_list_photo:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 40px;*/
/*    width: 40px;*/
/*    height: -webkit-calc(100% - 80px);*/
/*    height: calc(100% - 80px);*/
/*    background: rgba(0, 0, 0,.8);*/
/*    z-index: 9;*/
/*    pointer-events: none;*/
/*    filter:blur(6px);*/
/*}*/
.case_list_photo {
    position: relative;
}


.case_list_img {
    padding-bottom: 53.488372%;
}

.case_list_img img {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_photo:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_img:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_li .case_list_photo:hover:before {
    height: 20px;
}

.case_list_li .case_list_photo:hover:after {
    height: 20px;
}

.case_list_li .case_list_photo:hover .case_list_img:before {
    width: 20px;
}

.case_list_li .case_list_photo:hover .case_list_img:after {
    width: 20px;
}


.case_list_img:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.case_list_title {
    line-height: 60px;
    font-size: 18px;
    color: #3f3f3f;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_li:hover .case_list_title {
    padding-left: 30px;
}

/*loading*/
.loading_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
}

.loading_logo {
    width: 60px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}

.loading_logo svg {
    width: 100%;
    position: relative;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-animation: loadTop .6s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loadTop .6s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes loadTop {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes loadTop {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.loading_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.loading_content:after {
    content: "";
    position: absolute;
    width: 300%;
    height: 100%;
    top: 0;
    left: 50%;
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 50%, #fff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 50%, #fff 100%);
    -webkit-animation: loading_white 2s .9s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_white 2s .9s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes loading_white {
    100% {
        left: -120%;
    }
}

@keyframes loading_white {
    100% {
        left: -120%;
    }
}

.loading_read {
    text-align: center;
    position: relative;
}

.loading_cn {

    width: 100%;
    position: relative;
}

.loading_cn_w {
    display: inline-block;
    position: relative;
    font-size: 0;
}

.loading_cn_w span {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 36px;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
}

.loading_cn_w span:nth-child(1) {
    -webkit-animation: loading_opacity .4s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_opacity .4s forwards cubic-bezier(.645, .045, .355, 1);
}

.loading_cn_w span:nth-child(2) {
    -webkit-animation: loading_opacity .4s .1s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_opacity .4s .1s forwards cubic-bezier(.645, .045, .355, 1);
}

.loading_cn_w span:nth-child(3) {
    -webkit-animation: loading_opacity .4s .2s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_opacity .4s .2s forwards cubic-bezier(.645, .045, .355, 1);
}

.loading_cn_w span:nth-child(4) {
    -webkit-animation: loading_opacity .4s .3s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_opacity .4s .3s forwards cubic-bezier(.645, .045, .355, 1);
}

.loading_cn_w span:nth-child(5) {
    -webkit-animation: loading_opacity .4s .4s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_opacity .4s .4s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes loading_opacity {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes loading_opacity {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.loading_cn_w:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 50%, #fff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 50%, #fff 100%);
    left: -100%;
    top: 0;
    -webkit-animation: loading_right .9s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_right .9s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes loading_right {
    100% {
        left: 100%;
    }
}

@keyframes loading_right {
    100% {
        left: 100%;
    }
}

.loading_en {
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
    text-transform: uppercase;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-animation: loading_top .6s .3s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_top .6s .3s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes loading_top {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes loading_top {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.loading_schedule_box {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    padding: 0 200px;
}

.loading_schedule_text {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 0 50px 60px 0;
}

.loading_schedule_left {
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
}

.loading_schedule_right {
    font-size: 24px;
    line-height: 50px;
    text-transform: uppercase;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.loading_schedule_right span {
    font-size: 46px;
    margin-right: 20px;
}

.loading_schedule_line {
    width: 0;
    height: 1px;
    background: #cccccc;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

/*loading*/

.index_service_button {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_service_link {
    width: 180px;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.index_service_link a {
    display: block;
    color: #404040;
    border: 1px solid #404040;
    font-size: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.index_service_link:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #404040;
    left: -50%;
    top: 1px;
    z-index: -1;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.index_service_link:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #404040;
    right: -50%;
    top: 1px;
    z-index: -1;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

/*.index_service_link:hover:before {*/
/*    right: 0;*/
/*}*/

/*.index_service_link:hover:after {*/
/*    left: 0;*/
/*}*/

/*.index_service_link a:hover {*/
/*    color: #fff;*/
/*}*/
.index_service_black {
    background: #404040;
}

.index_service_black a {
    color: #fff;

}

.index_service_black:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #646464;
    left: -50%;
    top: 1px;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.index_service_black:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #646464;
    right: -50%;
    top: 1px;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

/*.index_service_black:hover:before {*/
/*    right: 0;*/
/*}*/
/*.index_service_black a:hover {*/
/*    border: 1px solid #646464;*/
/*}*/
/*.index_service_black:hover:after {*/
/*    left: 0;*/
/*}*/

.index_service_black a {
    color: #fff;
    position: relative;
    z-index: 2;
}

.indexFadeInUp {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.fadeAnimate {
    -webkit-animation: fadeAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);
    animation: fadeAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);

}

@-webkit-keyframes fadeAnimate {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeAnimate {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.indexFadeInLeft {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.fadeLeftAnimate {
    -webkit-animation: fadeLeftAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);
    animation: fadeLeftAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);

}

@-webkit-keyframes fadeLeftAnimate {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeLeftAnimate {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.indexFadeInRight {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.fadeRightAnimate {
    -webkit-animation: fadeRightAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);
    animation: fadeRightAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);

}

@-webkit-keyframes fadeRightAnimate {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeRightAnimate {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.case_page_wrap {
    padding-bottom: 200px;
}

.case_page_box {
    padding: 0 145px;
}

.case_page_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.case_page_max {
    font-size: 23px;
    line-height: 36px;
    color: #3f3f3f;
}

.case_page_min {
    font-size: 15px;
    line-height: 26px;
    margin-top: 5px;
    color: #3f3f3f;
}

.case_page_line {
    width: 2px;
    height: 20px;
    background: #404040;
    margin: 0 30px;
}


.case_read_photo {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.case_read_max {
    width: 100%;
    margin: 60px 0 80px 0;
}

.case_read_img {
    width: 24.25%;
    margin: 0 1% 1% 0;
}

.case_read_img:nth-child(4n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.case_read_img:nth-child(4n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.case_read_img:nth-child(4n+3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.case_read_img:nth-child(4n) {
    margin-right: 0;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.case_read_list {
    text-align: center;
    padding-bottom: 140px;
}

.case_read_auto {
    padding-bottom: 59.459459%;
    cursor: pointer;
}

.case_read_auto:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    pointer-events: none;
}

.case_read_auto:before {
    content: "\e756";
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0);
    z-index: 1;
    font-size: 20px !important;
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_read_auto img {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_read_auto:hover:before {
    color: rgba(255, 255, 255, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.case_read_auto:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.case_read_max:hover img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.case_read_auto:hover:after {
    background: rgba(0, 0, 0, .5);
}

.case_content_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.case_content_left {
    width: 60.5%;
    font-size: 13px;
    line-height: 26px;
    color: #404040;
}

.case_content_right {
    width: 24%;
    font-size: 13px;
    line-height: 26px;
    color: #404040;
    padding-top: 30px;
    position: relative;
}

.case_content_right:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background: #404040;
}

.case_content_nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 70px 0;
}

.case_nav_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 70%;
}

.case_nav_item {
    margin-right: 130px;
}

.case_nav_item a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

.case_nav_top {
    width: 30%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;

}

.case_nav_pd {
    margin-right: 15px;

}

.case_nav_text {
    font-size: 14px;
    line-height: 28px;
}

.case_nav_prev {
    position: relative;
    height: 28px;
    width: 18px;
}

.case_nav_prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #4f4f4f;
}

.case_nav_prev:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #4f4f4f;
}

.case_nav_next {
    position: relative;
    height: 28px;
    width: 18px;
}

.case_nav_next:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #4f4f4f;
}

.case_nav_next:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #4f4f4f;
}

.case_nav_button {
    height: 28px;
    width: 18px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-content: center;
    align-content: center;
}

.case_nav_button span {
    height: 1px;
    width: 100%;
    display: block;
    background: #404040;
    margin: 3px 0;
}

.html_top_button {
    width: 42px;
    height: 28px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    cursor: pointer;
}

.html_top_button:before {
    content: "";
    height: 1px;
    background: #404040;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50%;
    position: absolute;
    left: 3px;
    top: 10px;
}

.html_top_button:after {
    content: "";
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50%;
    background: #404040;
    position: absolute;
    right: 3px;
    top: 10px;
}

.case_content_line {
    height: 1px;
    width: 100%;
    background: #cccccc;
}

.case_popup_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.case_popup_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.case_popup_read {
    width: 100%;
}

.case_popup_swiper {
    width: calc(100vw - 400px);
    height: 100vh;
}

.case_popup_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.case_popup_number {
    position: fixed;
    left: 55px;
    bottom: 55px;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.case_popup_img {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.case_popup_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.popup_prev {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    width: 50px;
    height: 50px;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}

.popup_prev:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
}

.popup_prev:before {
    content: '';
    width: 16px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    position: absolute;
    top: 19px;
    left: -2px;
}

.popup_next {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    width: 50px;
    height: 50px;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}

.popup_next:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
}

.popup_next:before {
    content: '';
    width: 16px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    position: absolute;
    bottom: 19px;
    right: -2px;
}

.close_popup {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
}

.close_popup:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_popup:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 30px;
    height: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.news_page_box {
    padding: 0 145px 180px 145px;
}

.news_page_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 120px;
}

.news_page_left {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 80%;
}

.news_page_right {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 200px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.news_page_flex {
    width: 80px;
    margin: 0 auto;
}

.news_page_flex .case_nav_item {
    margin: 0;
    padding: 22px 0;
}

.news_page_flex .case_nav_item a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.news_page_line {
    height: 4px;
    background: #404040;
    width: 100%;
}

.news_content_item {
    width: 67.4342%;
}

.news_page_title {
    font-size: 23px;
    line-height: 38px;
    color: #3f3f3f;
    padding: 0 0 30px 0;
}

.news_page_content {
    font-size: 13px;
    line-height: 26px;
    color: #404040;
}

.news_page_content img {
    padding: 40px 0;
    max-width: 100%;
}

.news_content_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 30px;
}

.news_content_line {
    height: 1px;
    width: 100%;
    background: #cccccc;
}

.news_content_button {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 50px;
}

.news_recommend_title {
    margin: 80px 0 50px 0;
    font-size: 28px;
    line-height: 42px;
    color: #404040;
}

.news_recommend_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.news_recommend_li {
    width: 30%;
    margin-right: 5%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.news_recommend_li:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.news_recommend_li:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.news_recommend_li:nth-child(3n) {
    margin-right: 0;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.news_recommend_time {
    width: 18%;
}

.news_recommend_read {
    width: 82%;
}

.news_recommend_img {
    width: 100%;
}

.news_recommend_img a {
    display: block;
    padding-bottom: 67.75%;
}

.news_read_day {
    font-size: 36px;
    line-height: 50px;
    color: #404040;
}

.news_read_month {
    font-size: 18px;
    line-height: 28px;
    color: #404040;
}

.news_read_year {
    font-size: 16px;
    line-height: 28px;
    color: #404040;
}

.news_recommend_max {
    padding-top: 5px;
}

.news_recommend_max a {
    font-size: 15px;
    line-height: 32px;
    color: #3f3f3f;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_recommend_min {
    font-size: 13px;
    line-height: 24px;
    color: #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_time_item_day {
    font-size: 76px;
    line-height: 92px;
    color: #404040;
}

.news_time_item_month {
    font-size: 22px;
    line-height: 36px;
    color: #404040;
}

.news_time_item_year {
    font-size: 20px;
    line-height: 32px;
    color: #404040;
}

.news_nav_share {
    position: relative;
    overflow: hidden;
}

.news_nav_share a {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    position: relative;
    left: 0;
}

.news_nav_share a .iconfenxiang1 {
    font-size: 20px !important;
}

.news_share_list {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    left: 100%;
    top: 22px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    line-height: 28px;
}

.news_share_list a {
    width: 50%;
    font-size: 22px !important;
    color: #404040;
    text-align: center;
}

.news_share_list a:before {
    margin: 0 auto;
}

.news_nav_share:hover .news_share_list {
    left: 0;
}

.news_nav_share:hover .news_nav_title {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hide_news {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-50%) translateX(30px);
    transform: translateY(-50%) translateX(30px);
}

.index_hide {
    overflow: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.index_pagination_hide {
    width: 100%;
    position: relative;
    z-index: 10;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.index_top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.index_left {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.index_to_left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.white_footer .footer_case_text {
    color: #404040;
    text-transform: uppercase;
}

.white_footer a:before {
    background: #404040;
}

.white_footer a:after {
    background: #404040;
}

.page_body_w100 {
    width: 100vw !important;
}

.case_list_wiper {
    height: 100%;
}

.news_list_box {
    height: auto;
}

.news_list_swiper {
    height: 100%;
}

.news_list_swiper .swiper-slide {
    height: auto;
}


.iqw_cursor {
    left: 0;
    top: 0;
    pointer-events: none;
    position: fixed;
    z-index: 99;
}

.iqw_cursor_box {
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
    background: url(../images/cursor.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.iqw_cursor_active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.foot_hide {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.foot_hide b {
    font-style: normal;
    display: inline-block;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.foot_hide i {
    display: block;
    left: 120%;
    top: 0;
    position: absolute;
    font-style: normal;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.foot_hide:hover b {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}

.foot_hide:hover i {
    left: 0;
}

.index_news_list_wrap {
    position: relative;
}

.index_news_slide_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
    outline: none;
    cursor: pointer;
}

.index_news_content:hover .index_news_slide_button {
    opacity: 1;
    pointer-events: auto;
}

.index_news_list_wrap .swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none !important;
}

.index_news_prev {
    left: -40px;
}

.index_news_prev:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 15px;
    width: 12px;
    height: 1px;
    transform: rotate(-45deg);
    background: #fff;
}

.index_news_prev:before {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 15px;
    width: 12px;
    height: 1px;
    transform: rotate(45deg);
    background: #fff;
}

.index_news_next {
    right: -40px;
}

.index_news_next:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 15px;
    width: 12px;
    height: 1px;
    transform: rotate(45deg);
    background: #fff;
}

.index_news_next:before {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 15px;
    width: 12px;
    height: 1px;
    transform: rotate(-45deg);
    background: #fff;
}

.job_popup_wrap {
    background: #fff;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    z-index: 99999;
    height: 100%;
    opacity: 0.6;
    pointer-events: none;
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.job_popup_close {
    position: absolute;
    right: 55px;
    top: 50px;
    width: 36px;
    height: 23px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: space-between;
    align-content: space-between;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.job_popup_show {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

.job_popup_show .job_popup_close {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.job_popup_close span {
    background: #3f3f3f !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 3px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job_nav_label1 {
    -webkit-transform: rotate(45deg) translateX(-1px);
    transform: rotate(45deg) translateX(-1px);
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 28px;
}

.job_nav_label3 {
    -webkit-transform: rotate(-45deg) translateX(1px);
    transform: rotate(-45deg) translateX(1px);
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 28px;
}

.job_popup_tab {
    padding: 100px 200px;
    height: 100vh;
}

.job_popup_list {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.job_popup_box {
    height: 100%;
    width: 100%;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
    opacity: 0;
    pointer-events: none;
}

.job_read_show {
    opacity: 1;
    pointer-events: auto;
}

.job_popup_read {
    width: 100%;
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.job_popup_title {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #3f3f3f;
}

.job_popup_text {
    padding: 30px 0 80px 0;
    font-size: 15px;
    line-height: 24px;
    color: #3f3f3f;
}

.job_popup_line {
    height: 1px;
    width: 100%;
    background: #e6e6e6;
}

.job_popup_content {
    margin-top: 70px;
    font-size: 14px;
    line-height: 28px;
    color: #3f3f3f;
}

.job_popup_content h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #3f3f3f;
}
.index-four{
    background:url(../images/info-bj.jpg) no-repeat top center;
}

/*project*/
.list{ overflow: hidden;}
.list li{float: left; width: 290px; height:940px; cursor: pointer; overflow:hidden; position:relative;} 
/*.indexPart2 .list li:nth-child(1){background: url(../images/nimg590_3.jpg) no-repeat center center/cover; width: 590px; } 
.indexPart2 .list li:nth-child(2){background: url(../images/nimg590_4.jpg) no-repeat center center/cover; } 
.indexPart2 .list li:nth-child(3){background: url(../images/nimg590_5.jpg) no-repeat center center/cover; }*/
.colorBlock .ico{ padding:40% 0 20% 20%;} 
.colorBlock .name1{font-size: 20px;color: #fff; padding-left:20%; text-transform: uppercase; font-family: 'Conv_d-din.exp-bold';}
.colorBlock .name2{font-size: 24px;color: #fff; padding-left:20%;} 
.colorBlock .more{ position: absolute; left:20%; bottom: 120px; width: 67px; height: 67px; background: url(../images/nimg67_1.png) center no-repeat;} 
.colorBlock .more a{ display: block; width: 67px; height: 67px; }
.list li.curr .ico{padding:22% 0 10% 18%;}
.list li.curr .name1{ padding-left:18%; font-size:26px;font-family: 'Conv_d-din.exp-bold';font-weight:100;}
.list li.curr .name2{ padding-left:18%; font-size:34px;font-family: 'Conv_d-din.exp-bold';font-weight:normal;}
.list li.curr .more{ left: 18%; background: url(../images/nimg67_1on.png) center no-repeat;} 

/* cases */
.gh-case {width: 100%;position: relative;overflow: hidden; background: #f1f1f1;}
.lefttext {width:20%;height:100%;position: absolute;left: 0;top: 0;z-index: 1;  background:url(../images/alz.jpg) no-repeat top left;}
.lefttext h2{width: 100%;height:100%;font-size: 250px;font-weight: bold;position: absolute;left:-380px;top:-200px; color:#434343;-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);writing-mode: tb-rl; }
.gh-case-main {overflow: hidden;position: relative;}
.gh-case-main .left{width:9%;height:100%;position:absolute;z-index: 5;}
.gh-case-main .left *{color: #fff;overflow:hidden;display: block;}
.gh-case-main .left .title {width:100%;height:100%;position: relative;}
.gh-case-main .left .title h2{font-family: 'Conv_d-din.exp-bold';text-transform:uppercase;
    font-size: 50px;font-weight: bold;position: absolute;left:-148px;top:246px;-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
.gh-case-main .left .title h3{width:60px;margin:100px auto;padding-left:30px;text-align: center;}
.gh-case-main .left .title h3 strong {font-size: 30px;font-weight: normal;margin: auto;}
.gh-case-main .left .title h3 line {height: 50px;width: 2px;margin:10px auto;background: #fff;}
.gh-case-main .right {width:86%;padding:0 0 120px 0;float: right;position: relative;}
.gh-case-main .right .nav {overflow: hidden;}
.gh-case-main .right .nav *{overflow:hidden;display: block;}
.gh-case-main .right .nav li {float: left;position: relative;height:40px;margin-right:5%;padding-left: 35px;opacity: 0.5; cursor: pointer;}
.gh-case-main .right .nav li i{width: 28px;height: 28px;position: absolute;left: 0px;top: 0px;}
.gh-case-main .right .nav li i img {width:100%;height:auto;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;}
.gh-case-main .right .nav li h4{ font-size: 18px;font-weight: normal;cursor: pointer;}
.gh-case-main .right .nav li line{position: absolute;left:0;bottom: 0px;height: 2px;width:0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.gh-case-main .right .nav li a:hover  line,.gh-case-main .right .nav li a:hover  line {width:100%;}
.gh-case-main .right .nav li a:hover {opacity: 1.0;}
.gh-case-main .right .nav li a:hover i img{-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none;}
.gh-case-main .right .viewmore {position: absolute;left:2%;bottom:120px;z-index: 3;}

.gh-case-main .right .nav .m1 line {background: #1aadae;}
.gh-case-main .right .nav .m2 line {background: #3574bb;}
.gh-case-main .right .nav .m3 line {background: #62cf02;}
.gh-case-main .right .nav .m4 line {background: #2134bd;}
.gh-case-main .right .nav li a:hover .m1 {color: #1aadae;}
.gh-case-main .right .nav li a:hover .m2 {color: #3574bb;}
.gh-case-main .right .nav li a:hover .m3 {color: #62cf02;}
.gh-case-main .right .nav li a:hover .m4 {color: #2134bd;}


.casepic {padding: 50px 0;min-height:500px;overflow: hidden;position: relative;}
.caselist {width:90%;background: #fff;margin: 0 auto;}
.caselist *{overflow:hidden;display: block;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.caselist .pic{width:100%!important;padding:0px;margin:0px;}
.caselist .pic img{width:100%;}
.caselist .text {padding:4% 5%;}
.caselist .text h3{font-size: 16px;color: #000;}
.caselist .text h4{font-size: 14px;color: #999;padding: 10px 0;font-weight: normal;}
.caselist .text h6{font-size: 12px;}
.caselist a:hover .pic  img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.caselist a:hover .text * {color: #fff;} 
.caselist a:hover {background: #00ac86;}
.caselist a:hover h6.more {background: url("../images/right2.png") 90% center no-repeat #fff;background-size:20%;color:#000;opacity: 1.0;}

.gh-case-main .right {position: relative;}
.gh-case-main .right .swiper-button-prev,.gh-case-main .right .swiper-button-next {height:50px;width:80px;bottom:0px;top:auto;margin-top:0px;opacity: 1.0;position:absolute;}
.gh-case-main .right .swiper-button-prev { left:auto;right:0;margin-right:80px;background:url("../images/left3.png") #fff center no-repeat;}
.gh-case-main .right .swiper-button-next { right:0; background:url(../images/right1.png)  #999 center no-repeat;}
.gh-case-main .right .swiper-button-prev:hover {opacity: 1.0;background:url("../images/left1.png") #00ac86 center no-repeat;}
.gh-case-main .right .swiper-button-next:hover {opacity: 1.0;background:url("../images/right1.png") #00ac86 center no-repeat;}


.cop1 {opacity: 1.0;height: auto;}
.cop0 {opacity: 0;height: 0;min-height: auto; overflow: hidden;}

section {
    display: block;
    width: 75.5%;
    margin: auto;
    position: relative;
    padding:6% 0 10% 0;
}
.viewmore a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 42px;
    margin: auto;
    text-align: center;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    background: url(../images/right3.png) 90% center no-repeat #fff;
    text-indent: -20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.viewmore a:hover {
    background: url("../images/right1.png") 90% center no-repeat #00ac86;
    color:#fff;
}
.swiper-wrapper{
    margin-bottom:10%;
}
/*news*/
.index-newscenter {padding:84px 0 0px 0;overflow: hidden;width: 75%;margin: auto;}
.index-newscenter .title h2{font-size: 42px;text-transform: uppercase;margin: 0;color: #333333;text-align:center;}
.index-newscenter .title .line{width: 80px;height: 4px;background: #00bf86;margin: 15px auto;}
.index-newscenter .title p{text-align:center;color:#666666;font-size:16px;line-height:34px;}
.index-newscenter .top {position: relative;margin-bottom: 20px;overflow: hidden;}
.index-newscenter .top .newsnav-r {width:366px;margin:38px auto 44px auto;}
.index-newscenter .top .newsnav-r a{font-size: 17px;color: #999999;font-weight: bold;width:174px;height:50px;line-height:50px;text-align:center;border:1px solid #d2d2d2;}
.index-newscenter .top .newsnav-r a.cur::after {content: '';width: 100%;height: 2px;background: #00bf86;bottom: -21px;position: absolute;right: 0;z-index: 1;}
.index-newscenter .top .newsnav-r a:first-child {margin-left: 0;}
.index-newscenter .top .newsnav-r a.cur {color: #ffffff;background:#00ac86;border:1px solid #00ac86;}
.index-newslist {overflow: hidden;}
.index-newslist a{display: block;overflow: hidden;float: left;width: 32%;background: #f7f7f7;margin-right: 1%;}
.index-newslist a .img{position: relative;overflow: hidden;}
.index-newslist a .img img{width:100%;}
.index-newslist a:hover .img img.img-center{transform: scale(1.1);}
.index-newslist a .text{padding: 6.2%;overflow: hidden;}
.index-newslist a .text h2{font-size: 17px;line-height: 26px; color: #1a1a1a;margin: 0px 0 13px 0;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.index-newslist a .text h5{font-size: 14px;color: #999999;margin: 0;font-weight: normal;}
.index-newslist a:hover {background: #00ac86;}
.index-newslist a:hover .text h2{color:#ffffff;}
.index-newslist a:hover .text h5{color:#e8e7e7;}
.index-newslist a.mr0 {margin-right: 0;}
.index-newsmore {margin-top: 30px;clear: both;}
.viewmore-btn {font-size: 0;display: inline-block;position: relative;}
.viewmore-btn a {display: block;border: 1px solid #ccc;padding: 15px 30px;}
.viewmore-btn span{font-size: 14px;color: #666;display: inline-block;vertical-align: middle;margin-right: 10px;z-index: 3;position: relative;}
.viewmore-btn i{width: 9px;height: 12px;display: inline-block;vertical-align: middle;margin-right: 10px;background: url("../upload/right2.png");background-size:100% 100%;margin-top: 3px;position: relative;z-index: 3;opacity: .5;}
.viewmore-btn a::before {content: '';display: block;width:5px;height: 100%;position: absolute;left: 0;top: 0;background: #00bf86;z-index: 1;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.viewmore-btn a:hover::before{width: 100%;}
.viewmore-btn a:hover span {color: #fff;}
.viewmore-btn a:hover i{background: url("../upload/right3.png");background-size:100% 100%;opacity: 1;}
.news_c{background:url(../images/news_p.jpg) no-repeat top center;}

/* contact */
.contact-section {padding:70px 0;overflow: hidden;}
.contact-section .title-style{text-align: center;}
.contact-section .title-style h2{font-size:42px;font-weight:bold;color:#333333;}
.contact-section .title-style .line{margin: 10px auto;width: 80px;height: 4px;background: #00ac86;margin: 15px auto;}
.contact-section .title-style .text{width: 50%;margin:20px auto;font-size: 16px;color: #666;line-height: 26px;}
.contact-section .content  {overflow: hidden;padding: 50px 0 0 0;width:1440px;margin:0 auto;}
.contact-section .content .left {width:47%;float:left;margin-right:3%;}
.contact-section .content .left .content-way{overflow: hidden;}
.contact-section .content .left .content-way li{list-style: none;float: left;width: 33%;margin-bottom: 20px;position: relative;}
.contact-section .content .left .content-way li::after{content: '';display: block;width: 1px;height: 100%;background:#e7e8eb;position: absolute;right:10%;top: 0;}
.contact-section .content .left .content-way li:nth-child(3)::after,.contact-section .content .left .content-way li:last-child::after {display: none;}
.contact-section .content .left .content-way li i{width: 38px;height: 38px;border: 2px solid #1a1a1a;border-radius: 100%;overflow: hidden;display: inline-block;vertical-align: middle;margin-right: 10px;opacity: .7;}
.contact-section .content .left .content-way li:last-child {width: 99%;}
.contact-section .content .left .content-way li i.c1 {background: url("../images/c1.png") center no-repeat;}
.contact-section .content .left .content-way li i.c2 {background: url("../images/c2.png") center no-repeat;}
.contact-section .content .left .content-way li i.c3 {background: url("../images/c3.png") center no-repeat;}
.contact-section .content .left .content-way li i.c4 {background: url("../images/c4.png") center no-repeat;}
.contact-section .content .left .content-way li span{display: inline-block;vertical-align: middle;}
.contact-section .content .left .content-way li span h6{font-size: 14px;color: #999999;font-weight: normal;margin: 0;}
.contact-section .content .left .content-way li span h5{font-size: 14px;color: #666;margin: 5px 0 0 0;}
.contact-section .content .left .content-way li span h5 a {color: #666;}
.contact-section .content .left .content-way li:nth-child(3) span h5 a{color: #00ac86;}
.contact-section .content .left .content-way li:nth-child(3) i {border: 2px solid #00ac86;opacity: 1;}
.contact-section .content .left .content-way li:nth-child(3) i.c3 {background: url("../images/c31.png") center no-repeat;}
.contact-section .content .left .content-way li:hover span h5{color: #00ac86;}
.contact-section .content .left .content-map {clear: both;margin-top: 10px;overflow: hidden;width: 100%;position: relative;background: #f1f1f1;}
.contact-section .content .left .content-map #map {min-height: 205px;}
.contact-section .content .left .content-map iframe {border: none;margin: 0;padding: 0;margin-top: -50px;}
.contact-section .content .left .content-map iframe #watermark {display: none;}
.contact-section .content .left .content-text {font-size: 12px;line-height: 20px;color: #999999;padding: 20px 0;}
.contact-section .content .right {width:50%;float:left;}
.content-form {overflow: hidden;}
.content-form li{list-style: none;margin: 0 0 10px 0;padding: 0;font-size: 0;}
.content-form li .input2 {border: 1px solid #ededed;background: #f5f5f7;padding: 10px 20px;width:50%;height:60px;font-size: 14px;font-weight: normal;box-sizing: border-box;}
.content-form li .input2:first-child {margin-right: 1%;width:49%;}
.content-form li .textarea1 {width:100%;height:130px;font-size: 14px;border: 1px solid #ededed;background: #f5f5f7;padding: 20px 20px;box-sizing: border-box;}
.content-form li .submit1 {background: #00ac86;color: #fff;font-size: 14px;width: 100%;height:58px;cursor: pointer;}
.content-form li .submit1:hover {background: #00ac86;}


.popup-window {background: rgba(0,0,0,.5);position: fixed;top: 0;left: 0;z-index: 9999;width: 100%;height: 100%;display: none;}
.popup-window-content {background: #fff;width: 800px;padding: 5% 2% 5% 5%;margin: auto;position: relative;z-index: 10;opacity: 0;transform: translate(0px,-100px);transition: all .4s;}
.popup-window-content .rolling-content{overflow: auto;height: 500px;position: relative;}
.popup-window-content .rolling-content .rolling-h{padding-right: 50px;font-size: 16px;color: #7d7d7d;line-height: 26px;}
.popup-window-content .rolling-content .rolling-h h2{color: #000;margin: 10px 0;text-transform: uppercase;font-size: 30px;}
.popup-window-content-bg {position: absolute;left: 0;top: 0;width:100%;height: 100%;z-index: 1;}
.ani-show1 {display: block;opacity: 1;transform: translate(0px,0px);transition-delay: .5s;}
.video-window-content {width: 80%;height: auto;margin: auto;position: relative;z-index: 10;}
.video-window-content video {width: 100%;height: auto;display: block;margin: auto;}


.Contact-our-team {padding: 140px 0 140px 0;overflow: hidden;}
.Contact-our-team .left{width: 45%;}
.Contact-our-team .left .title-style h5{color: #999;font-size: 16px;margin: 0;}
.Contact-our-team .left .title-style h2{margin: 0px 0 20px 0;}
.Contact-our-team .left .text{font-size: 16px;line-height: 26px;color: #999999;padding: 20px 0;overflow: hidden;}
.Contact-our-team .left .item2{border-top: 1px solid #e6e6e7;border-bottom: 1px solid #e6e6e7;padding: 30px 0 20px 0;overflow: hidden;}
.Contact-our-team .left .item2 li {width: 50%;float: left;list-style: none;}
.Contact-our-team .left .item2 h3{font-size: 14px;margin: 0;color: #999999;font-weight: normal;}
.Contact-our-team .left .item2 h4{font-size: 20px;margin: 5px 0;color: #1a1a1a;font-weight: normal;}                        
.Contact-our-team .left .annotation {font-size: 12px;line-height: 20px;color: #999999;padding: 20px 0;overflow: hidden;}
.Contact-our-team .right{width: 48%;}
.contact-bottom {position: relative;overflow: hidden;}
.contact-bottom .left{width: 50%;}
.contact-bottom .left .map{overflow: hidden;position: relative;}
.contact-bottom .left .map img{display: block;}
.contact-bottom .left .map iframe{border: none;margin: 0;padding: 0;margin-top: -50px;}
.contact-bottom .right{width: 35%;position: absolute;height: 100%;right: 10%;top: 0;}
.contact-bottom .right .name{border-bottom: 4px solid #000;padding-bottom:20px;}
.contact-bottom .right .name h4{font-size: 20px;color: #24c38f;margin: 0;text-transform: uppercase;}
.contact-bottom .right .name h2{font-size: 40px;color: #1a1a1a;margin: 0;text-transform: uppercase;}
.contact-bottom .right .content-way{}
.contact-bottom .right .content-way .item {border-bottom: 1px solid #dcdcde;overflow: hidden;padding:30px 0;}
.contact-bottom .right .content-way .item.item2 li{float: left;width: 45%;margin-right: 5%;}
.contact-bottom .right .content-way .item.item2 li::after{content: '';display: block;width: 1px;height: 100%;background:#dedfe4;position: absolute;right:10%;top: 0;}
.contact-bottom .right .content-way .item.item2 li:last-child::after {display: none;}
.contact-bottom .right .content-way .item.item2 li:last-child {width: 45%;margin-right:0;}
.contact-bottom .right .content-way .item.item2 li:first-child {width: 50%;}
.contact-bottom .right .content-way li{list-style: none;position: relative;}
.contact-bottom .right .content-way li i{width: 38px;height: 38px;border: 2px solid #1a1a1a;border-radius: 100%;overflow: hidden;display: inline-block;vertical-align: middle;margin-right: 10px;}
.contact-bottom .right .content-way li i.c1 {background: url("../images/c4.png") center no-repeat;}
.contact-bottom .right .content-way li i.c2 {background: url("../images/c1.png") center no-repeat;}
.contact-bottom .right .content-way li i.c3 {background: url("../images/c2.png") center no-repeat;}
.contact-bottom .right .content-way li i.c4 {background: url("../images/c3.png") center no-repeat;}
.contact-bottom .right .content-way li span{display: inline-block;vertical-align: middle;}
.contact-bottom .right .content-way li h6{font-size: 14px;color: #999999;font-weight: normal;margin: 0;}
.contact-bottom .right .content-way li h5{font-size: 14px;color: #1a1a1a;margin: 5px 0 0 0;}
.content-ewm {font-size: 14px;line-height: 28px; color: #999;padding-top: 30px;}

/* footer */
.footer {background: #181818;overflow: hidden; color: #fff;}
.footer .content {width:1440px;margin:0 auto;}
.footer .content .top {padding:40px 0;border-bottom: 1px solid #313131;height:114px;}
.footer .content .top .footer-nav{float:left;margin-top:12px;}
.footer .content .top .footer-nav a{font-size: 14px;color: #939393;margin-right: 50px;}
.footer .content .top .footer-nav a:hover {color: #fff;}
.footer .content .center{clear: both;position: relative;padding:40px 0 30px 0;overflow: hidden;}
.footer .content .center .left {float:left;}
.footer .content .center .right {float:right;}
.footer .content .center .left .subscribe {font-size: 0;float:left;}
.footer .content .center .left .subscribe input {height: 38px;border: 1px solid #484848;background: none;color: #5f5f5f;font-size: 12px;padding: 0 20px;}
.footer .content .center .left .subscribe input::-webkit-input-placeholder {font-size:12px;color:#5f5f5f;}
.footer .content .center .left .subscribe .subscribe-input{width: 240px;display: inline-block;vertical-align: middle;}
.footer .content .center .left .subscribe .subscribe-submit{display: inline-block;vertical-align: middle;cursor: pointer;background:url(../images/sous.png) no-repeat center center #00ac86;width:68px;border:1px solid #00ac86;}
.footer .content .center .right .social{float: left;}
.footer .content .center .right .social a {width: 36px;height: 36px;margin-left: 10px;display: block;float: left;opacity: .5;border: 1px solid #404040;position: relative;}
.footer .content .center .right .social a.f1 {background: url("../images/f1.png") center no-repeat;}
.footer .content .center .right .social a.f2 {background: url("../images/f2.png") center no-repeat;}
.footer .content .center .right .social a.f3 {background: url("../images/f3.png") center no-repeat;}
.footer .content .center .right .social a.f4 {background: url("../images/f4.png") center no-repeat;}
.footer .content .center .right .social a.f5 {background: url("../images/f5.png") center no-repeat;}
.footer .content .center .right .social a.f6 {background: url("../images/f6.png") center no-repeat;}
.footer .content .center .right .social a:hover {opacity: 1;}
.footer .content .center .right .social a img{width:100px;height:100px;position:absolute;left:-30px;top:-30px;z-index:33;max-width:100px;max-height:100px;display: none;}
.footer .content .center .right .social a:hover img {display: block;}
.footer .content .center .right .wxshow {display: none;position: absolute;width: 100px;height: 100px;padding: 5px; background: #fff;left: -40px;bottom: 40px;z-index: 3;}
.footer .content .center .right .wxshow::before{content: '';display: block;position: absolute;left:50%;bottom: -10px;margin-left: -20px;border-right:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #fff;}
.footer .content .center .right .wxshow img {display: block;width: 100%;height: auto;}

.footer .content .bottom{clear: both;overflow: hidden;padding: 0 0 25px 0; font-size: 12px;color: #666;position: relative;}
.footer .content .bottom * {font-family:Arial,Microsoft Yahei,PingFang SC;}
.footer .content .bottom .copy{float: left;font-size:13px;}
.footer .content .bottom .copy a {color: #666;} 
.footer .content .bottom .copy a:hover {color: #fff;}
.footer .content .bottom .copy a.niego {margin-left: 15px;}

.foot-link {
    display: inline-block;
    position: relative;
    float:right;
}
.foot-link .button {
    width:200px;
    border: 1px solid #5f5f5f;
    height:40px;
    line-height:40px;
    display: block;
    padding-left:18px;
    cursor: pointer;
    position: relative;
    font-size:14px;
    color:#5f5f5f;
}
.foot-link .button:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #5f5f5f;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
}
.foot-link-drop {
    width:200px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    display: none;
    z-index:10;
}
.foot-link-drop a {
    color: #eee;
    display: block;
    line-height:30px;
    font-size:14px;
}
h4{
    margin:0px!important;
    padding-bottom:30px!important;
}

.prbo-box.on p{
    line-height:34px!important;
}

.kffixed {
    position: fixed;
    bottom: 2px;
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
}
.kufuul {
    text-align: center;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}
.kefu {
    padding: 0 2px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.kefu li {
    width: 50%;
    float: left;
    height: 49px;
    text-align: center;
    color: #fff;
    line-height: 49px;
    color: #fff;
    transition: all .4s;
    padding: 0 1px;
    background:#00ac86;
}
.kefu li a{
    color:#ffffff;
}
.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #e94609;
}
.kf-zx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.teldb img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}